home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / ol-113.zip / ONELINER.DOC < prev    next >
Text File  |  1996-09-01  |  4KB  |  81 lines

  1.  
  2.                           O N E   L I N E R   1 . 1 3½
  3.                          ──────────────────────────────
  4.                          Copyright (C) 1995 John Parlin
  5.  
  6.      One Liner was written as FREEWARE.  You may use this software as you
  7.      wish.  I hope you enjoy it.
  8.  
  9.      One Liner is a BBS door game that allows your users to leave one-line
  10.      messages.  Perfect for placement is menus as auto-execute entries (eg.
  11.      can be run from TOP.MNU on some systems).  Sysop may define the number
  12.      of One Liners that will be maintained.  An editor makes for easy
  13.      configuration.  This software should work fine on any BBS that can
  14.      produce a DOOR.SYS or DORINFO1.DEF drop file.  One Liner can use an
  15.      installed FOSSIL driver or its own internal ASYNC ENGINE.  Multi-line
  16.      is supported through the use of multiple line-settings that are setup
  17.      easily when using the configuration program OLCONFIG.EXE.
  18.  
  19.      LIMITED WARRANTY
  20.  
  21.      THIS PRODUCT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  THE
  22.      ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE PROGRAM IS
  23.      ASSUMED BY YOU.  JOHN PARLIN DOES NOT WARRANT, GUARANTEE, OR MAKE ANY
  24.      REPRESENTATIONS REGARDING THE USE OF, RESULTS OF, MERCHANTABILITY OR
  25.      FITNESS FOR A PARTICULAR USE OF THE SOFTWARE.  SHOULD THE PROGRAM
  26.      PROVE DEFECTIVE, YOU ASSUME THE ENTIRE COST OF ALL NECESSARY
  27.      SERVICING, REPAIR OR CORRECTION. FURTHER, JOHN PARLIN DOES NOT
  28.      WARRANT, GUARANTEE, OR MAKE ANY REPRESENTATIONS REGARDING THE USE OF,
  29.      OR THE RESULTS OF THE USE OF THE SOFTWARE IN TERMS OF CORRECTNESS,
  30.      ACCURACY, RELIABILITY, CURRENTNESS, OR OTHERWISE; AND YOU RELY ON THE
  31.      SOFTWARE AND RESULTS SOLELY AT YOUR OWN RISK.  JOHN PARLIN WILL NOT BE
  32.      LIABLE FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO SYSTEM DAMAGE,
  33.      SERVICE, REPAIR, CORRECTION, LOSS OF PROFIT, LOSS OF SAVINGS, OR ANY
  34.      OTHER INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY NATURE
  35.      WHATSOEVER RESULTING FROM THE USE OR INABILITY TO USE THIS PRODUCT.
  36.  
  37.      INSTALLATION
  38.  
  39.      To Install One Liner just unpack it into its own directory.  Then,
  40.      from the One Liner directory, run OLCONFIG.EXE.  Use this program to
  41.      define the settings for your system, lines, etc.  I won' go into great
  42.      detail.  If you need help on a specific field, just press F1 and help
  43.      will arrive!
  44.  
  45.      When One Liner is started, it wants to see the line number passed in
  46.      as a parameter.  This is so One Liner knows which line settings to use
  47.      from the configuration profile.
  48.  
  49.      Use a batch file to call One Liner from your BBS. Here's an example of
  50.      a batch file for a 2-node RemoteAccess system. Most BBS packages would
  51.      use similar batch files.  In this example, it is assumed that the node
  52.      number (line) in use is being passed to the batch file from the
  53.      command line (eg. ONELINER.BAT 1).
  54.  
  55.      <top of file>
  56.      CD \RA\DOORS\ONELINER
  57.      ONELINER %1
  58.      CD \RA\NODE%1
  59.      <end of file>
  60.  
  61.      Other samples:
  62.  
  63.      ONELINER.EXE              Calls One Liner and defaults to settings
  64.                                for line 1.
  65.  
  66.      ONELINER.EXE 2            Calls One Liner and loads settings for
  67.                                line 2.
  68.  
  69.      ONELINER.EXE 64           Calls One Liner and loads up settings
  70.                                for line 64.
  71.  
  72.      One Liner may now be executed from within the BBS by executing the
  73.      batch file.  On RemoteAccess or ProBoard systems, you could easily
  74.      call this from the TOP menu before your MAIN menu is executed.  This
  75.      has the effect of only running the door once for each call since TOP
  76.      is only executed once (normally).  Or it may be fired up during the
  77.      logoff sequence, automatically or by choice.
  78.  
  79.      Enjoy the program!
  80.  
  81.